C#
VB
Java
C++
Initializes a new RasterRegion from the specified data.
public RasterRegion(
byte[] data
)
Public Function New( _
ByVal data() As Byte _
)
public RasterRegion(byte[] data)
public:
RasterRegion(
array<byte>^ data
)
data
A an array of Byte that defines the interior of the new RasterRegion
You can get the data that defines a region by creating a RasterRegion using any of the region methods and using the GetData method to obtain the data.
For an example, refer to GetData.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET